home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 2
/
Deutsche Edition 2.iso
/
mac
/
POWERMAC
/
C64
/
SOURCE
/
Keyboard.h
< prev
next >
Wrap
Text File
|
1994-06-06
|
148b
|
10 lines
#ifndef KEYBOARD_H
#define KEYBOARD_H
extern byte keyScan[8];
extern byte scanCode[256];
void AppleScanKeyboard(byte chr, int modifiers);
#endif